home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 24 / AACD 24.iso / AACD / Magazine / ActiveShareware / SimpleHTML / ReadMe < prev    next >
Encoding:
Text File  |  2001-07-14  |  5.3 KB  |  178 lines

  1. Short:     V0.17 of the simple HTML Offline Browser
  2. Uploader:  sebauer@t-online.de (Sebastian Bauer)
  3. Author:    sebauer@t-online.de (Sebastian Bauer)
  4. Type:      comm/www
  5. Kurz:      V0.17 des einfachen HTML Offline Browser
  6. Requires:  OS 3.0
  7. Version:   0.17
  8.  
  9. Introduction
  10. ~~~~~~~~~~~~
  11. SimpleHTML allows you to view HTML Files offline. It supports
  12. a little subset of the HTML Tags.
  13.  
  14. Copyright, Distribtion and Disclamer
  15. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  16. SimpleHTML is ©1998-2001 by Sebastian Bauer.
  17. SimpleHTML is freeware. Feel free to spreat it, as long as
  18. all files are included and in an unchanged form. You are not
  19. allowed to make profit from its distribution!
  20. In no way the author can be made responible for any damage created
  21. by the program. Use it at your own risk!
  22.  
  23. How to use SimpleHTML
  24. ~~~~~~~~~~~~~~~~~~~~~
  25. SimpleHTML can be started from Shell and from Workbench.
  26. The Shell template looks like this:
  27.   FILE,PUBSCREEN/K,WINDOWX/N,WINDOWY/N,WINDOWWIDTH/N,WINDOWHEIGHT/N
  28. FILE specifies the file, which will be viewed after start.
  29. PUBSCREEN specifies the public screen, where the window is opened.
  30. WINDOWX specifies the left edge of the window
  31. WINDOWY specifies the top edge of the window
  32. WINDOWWIDTH specifies the width of the window
  33. WINDOWHEIGHT specifies the height of the window
  34.  
  35. When starting from WB the file can be specified via a shift double click.
  36. When no filename is given a asl filerequester appears.
  37. Simliar to common Webbrowsers you can specify the file also in
  38.    the file:///<path> and file://localhost/<path>
  39.  
  40. Future
  41. ~~~~~~
  42.  - fix all bugs
  43.  - some buttons in the main window
  44.  - more HTML commands
  45.  
  46. History
  47. ~~~~~~~
  48. Version 0.17 (14.07.01)
  49.  - added possibility to change the fonts in ascii prefs file
  50.  
  51. Version 0.16 (13.05.01)
  52.  - fixed Enforcer Hits and other problems
  53.  - supports CSS1 very very limited (only what is needed for SimpleMail,
  54.    probably not noticable at all)
  55.  
  56. Version 0.15 (31.03.01)
  57.  - fixed some bugs introduced in last version
  58.  - now background is correctly restored after text is demarked
  59.  - no longer adds spaces between different text styles
  60.  - no longer needs the http handler for internet connections
  61.    (not for the datatype)
  62.  
  63. Version 0.14 (05.02.01)
  64.  - search works now not only from the beginning
  65.  - Font names which have spaces are now tried also without spaces
  66.  - keyword values can now also be surrounded by ' signs
  67.  
  68. Version 0.13 (09.12.00)
  69.  - fixed a type in the menu
  70.  - smaller bug fixes
  71.  
  72. Version 0.12 (27.08.00)
  73.  - fonts are loaded now only when needed.
  74.  - FACE attribute of <FONT> tag is supported now
  75.  
  76. Version 0.11 (22.08.00)
  77.  - some more compatibility with bad html
  78.  - loading and resizing speed has been improved a little bit
  79.  - images are also loaded now even for http: URIs
  80.  
  81. Version 0.10 (19.06.00)
  82.  - you can save the displayed html file now
  83.  - HSPACE support in images
  84.  - BODY tag no longer required in html files
  85.  - horizontal scroller
  86.  
  87. Version 0.9 (12.06.00)
  88.  - new Shortcuts for Forward and Backward (< and >)
  89.  - compatible to the http handler
  90.  - displays the link when mouse is over a link
  91.  - fixed more layout problems (but tables still makes problems)
  92.  
  93. Version 0.8 (21.05.00)
  94.  - Shell and ARexxSuport for file:/// and file://localhost/ URIs
  95.  - supports now the <DIV> tag
  96.  - supports headers <TH> in tables
  97.  - <TITLE> is supported (displayed in window Title)
  98.  - bug fixes
  99.  
  100. Version 0.7 (14.05.00)
  101.  - added an ARexx Port (OPENURL, RELOAD, QUIT, WINDOWTOFRONT)
  102.  - added some shell arguments
  103.  - some smaller bugfixes
  104.  - first version of the html.datatype available on my homepage
  105.  
  106. Version 0.6 (06.05.00)
  107.  - correct offsets now when displaing backgrounds
  108.  - in some cases ALIGN was missed when there was also VALIGN
  109.  - fixed some Enforcer Hits
  110.  - now really ignores comments
  111.  - more entities (hopfully all)
  112.  - slightly more compatible with bad html
  113.  
  114. Version 0.5 (24.02.00)
  115.  - interprets relative URIs correctly
  116.  - compiled with SAS C
  117.  - search possibility
  118.  - supports ALIGN attributes in IMG and TABLE
  119.    (but probably not perfect)
  120.  
  121. Version 0.4 (23.07.99)
  122.  - added PUBSCREEN/K argument to the shell template
  123.  - now supports URIs which refer to a location within a resource
  124.  - image links
  125.  - implented <OL> and <DL> lists
  126.  - text links react now visually when clicking on them
  127.  - text can be marked and copied to the clipboard
  128.  - a little bit faster when resizing or scrolling big html files
  129.  - prepared for the html.datatype
  130.  - other smaller changes
  131.  
  132. Version 0.3 (24.06.99)
  133.  - again bug fixes
  134.  - now longer looks for http:
  135.  - borders around tables
  136.  - enhanced keyboard function (SHIFT or CTRL + Cursor Keys)
  137.  
  138. Version 0.2 (23.03.99)
  139.  - some bugs fixed
  140.  - uploaded into the wrong directory ;-)
  141.  
  142. Version 0.1 (24.12.98)
  143.  - initial release
  144.  
  145. How can you reach me?
  146. ~~~~~~~~~~~~~~~~~~~~~
  147. SimpleHTML probably has many bugs, so send bug reports to
  148.   sebauer@t-online.de or
  149.   Sebastian.Bauer@in.stud.tu-ilmenau.de
  150.  
  151. If SimpleHTML crash on a specified HTML file, please send this
  152. file to me.
  153.  
  154. Address:
  155.   Sebastian Bauer
  156.   Neustädter Str. 50
  157.   07768 Kahla
  158.  
  159. Visit my homepage at
  160.   http://home.t-online.de/home/sebauer/
  161.   (german version)
  162.  
  163.   http://home.t-online.de/home/sebauer/english.html
  164.   (english version)
  165.  
  166. Here you can find the latest version of SimpleHTML but also
  167. other things for Amiga, for example SimpleFind and SimplePac.
  168.  
  169. Great thanks go to my beta testers Nils Görs and Benjamin Hussong.
  170.  
  171.          __
  172.         / /
  173.    __  / /   Only Amiga makes it possible...
  174.    \ \/ /
  175.     \__/
  176.  
  177. Amiga is a trademark from Amiga Inc.
  178.